Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

QTVRGetNodeType

You can use the QTVRGetNodeType function to get the type of a movie node.

OSType QTVRGetNodeType (QTVRInstance qtvr, UInt32nodeID);
qtvr
An instance of a QuickTime VR movie.
nodeID
A node ID. Pass kQTVRCurrentNode for the current node.
function result
The type of the specified node.

DESCRIPTION

The QTVRGetNodeType function returns, as its function result, the type of the node specified by the nodeID parameter in the QuickTime VR movie specified by the qtvr parameter. See "Node Types" for a description of the values that QTVRGetNodeType can return.


© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |